google.golang.org/grpc/balancer/pickfirst/pickfirstleaf.addressList.idx (field)
8 uses
	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf (current package)
		pickfirstleaf.go#L837: 	idx       int
		pickfirstleaf.go#L841: 	return al.idx < len(al.addresses)
		pickfirstleaf.go#L854: 	al.idx++
		pickfirstleaf.go#L855: 	return al.idx < len(al.addresses)
		pickfirstleaf.go#L864: 	return al.addresses[al.idx]
		pickfirstleaf.go#L868: 	al.idx = 0
		pickfirstleaf.go#L883: 		al.idx = ai
		pickfirstleaf.go#L896: 	return al.idx+1 < len(al.addresses)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)